home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / treiber / drucker / oki / 410eps / 410epswn.exe / DEFPRTR.PPD < prev    next >
PostScript Printer Description  |  1993-09-13  |  11KB  |  329 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1988-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved.
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *%
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.0"
  11. *PCFileName: "DEFPRTR.PPD"
  12. *LanguageVersion: English
  13. *Product: "(Adobe Default Printer)"
  14. *PSVersion: "(23.0) 0"
  15. *ModelName: "Adobe Default Printer"
  16. *NickName: "Adobe Default Printer"
  17.  
  18. *% General Information and Defaults ===============
  19. *ColorDevice: False
  20. *DefaultColorSpace: Gray
  21. *FreeVM: "173936"
  22. *LanguageLevel: "1"
  23. *VariablePaperSize: False
  24. *FileSystem: False
  25. *Throughput: "8"
  26. *Password: "0"
  27. *ExitServer: "
  28.   count 0 eq {  % is the password on the stack?
  29.     true
  30.   }{
  31.     dup    % potential password
  32.     statusdict /checkpassword get exec not
  33.   } ifelse
  34.   {  %  if no password or not valid
  35.     (WARNING : Cannot perform the exitserver command.) =
  36.     (Password supplied is not valid.) =
  37.     (Please contact the author of this software.) = flush
  38.     quit
  39.   } if
  40.   serverdict /exitserver get exec
  41. "
  42. *End
  43.  
  44. *Reset: "
  45.   count 0 eq {  % is the password on the stack?
  46.     true
  47.   }{
  48.     dup    % potential password
  49.     statusdict /checkpassword get exec not
  50.   } ifelse
  51.   {  %  if no password or not valid
  52.     (WARNING : Cannot reset printer.) =
  53.     (Password supplied is not valid.) =
  54.     (Please contact the author of this software.) = flush
  55.     quit
  56.   } if
  57.   serverdict /exitserver get exec
  58.   systemdict /quit get exec
  59.   (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62.  
  63. *DefaultResolution: 300dpi
  64. *?Resolution: "
  65. save
  66.   initgraphics
  67.   0 0 moveto currentpoint matrix defaultmatrix transform
  68.   0 72 lineto currentpoint matrix defaultmatrix transform
  69.   3 -1 roll sub dup mul
  70.   3 1 roll exch sub dup mul
  71.   add sqrt round cvi
  72.   (          ) cvs print (dpi) = flush
  73. restore
  74. "
  75. *End
  76.  
  77. *% Halftone Information ===============
  78. *ScreenFreq: "60.0"
  79. *ScreenAngle: "45.0"
  80. *DefaultScreenProc: Dot
  81. *ScreenProc Dot: "
  82. {dup mul exch dup mul add 1.0 exch sub }
  83. "
  84. *End
  85. *ScreenProc Line: "{ pop }"
  86. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  87.  
  88. *DefaultTransfer: Null
  89. *Transfer Null: "{ }"
  90. *Transfer Null.Inverse: "{ 1 exch sub }"
  91.  
  92. *% Paper Handling ===================
  93. *% Use these entries to set paper size most of the time, unless there is
  94. *% specific reason to use PageRegion.
  95. *OpenUI *PageSize: PickOne
  96. *OrderDependency: 30 AnySetup *PageSize
  97. *DefaultPageSize: Letter
  98. *PageSize Letter: "letter"
  99. *PageSize Legal: "legal"
  100. *?PageSize: "
  101. save
  102.   [(Letter)(Legal)] statusdict /pagetype get exec
  103.   {get} stopped { pop pop (Unknown)} if = flush
  104. restore
  105. "
  106. *End
  107. *CloseUI: *PageSize
  108.  
  109. *% These entries will set up the frame buffer. Usually used with manual feed.
  110. *OpenUI *PageRegion: PickOne
  111. *OrderDependency: 40 AnySetup *PageRegion
  112. *DefaultPageRegion: Letter
  113. *PageRegion Letter: "letter"
  114. *PageRegion Legal: "legal"
  115. *CloseUI: *PageRegion
  116.  
  117. *% The following entries provide information about specific paper keywords.
  118. *DefaultImageableArea: Letter
  119. *ImageableArea Letter: "18 8 593 784 "
  120. *ImageableArea Legal: "65 42 547 966 "
  121. *?ImageableArea: "
  122. save
  123.   /cvp {(                ) cvs print ( ) print } bind def
  124.   /upperright {10000 mul floor 10000 div} bind def
  125.   /lowerleft {10000 mul ceiling 10000 div} bind def
  126.   newpath clippath pathbbox
  127.   4 -2 roll exch 2 {lowerleft cvp} repeat
  128.   exch 2 {upperright cvp} repeat flush
  129.  restore
  130. "
  131. *End
  132.  
  133. *% These provide the physical dimensions of the paper (by keyword)
  134. *DefaultPaperDimension: Letter
  135. *PaperDimension Letter: "612 792"
  136. *PaperDimension Legal: "612 1008"
  137.  
  138. *RequiresPageRegion All: True
  139. *OpenUI *InputSlot: PickOne
  140. *OrderDependency: 20 AnySetup *InputSlot
  141. *DefaultInputSlot: Cassette
  142. *InputSlot Cassette: ""
  143. *CloseUI: *InputSlot
  144.  
  145. *OpenUI *ManualFeed: Boolean
  146. *OrderDependency: 20 AnySetup *ManualFeed
  147. *DefaultManualFeed: False
  148. *ManualFeed True: "statusdict /manualfeed true put"
  149. *ManualFeed False: "statusdict /manualfeed false put"
  150. *?ManualFeed: "
  151. save
  152.  statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  153. restore
  154. "
  155. *End
  156. *CloseUI: *ManualFeed
  157.  
  158. *DefaultOutputOrder: Reverse
  159.  
  160. *% Font Information =====================
  161. *DefaultFont: Courier
  162. *Font Courier-Bold: Standard "(001.000)" Standard ROM
  163. *Font Courier-BoldOblique: Standard "(001.000)" Standard ROM
  164. *Font Courier-Oblique: Standard "(001.000)" Standard ROM
  165. *Font Helvetica: Standard "(001.001)" Standard ROM
  166. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  167. *Font Helvetica-BoldOblique: Standard "(001.000)" Standard ROM
  168. *Font Helvetica-Oblique: Standard "(001.000)" Standard ROM
  169. *Font Symbol: Special "(001.001)" Special ROM
  170. *Font Times-Bold: Standard "(001.001)" Standard ROM
  171. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  172. *Font Times-Italic: Standard "(001.001)" Standard ROM
  173. *Font Times-Roman: Standard "(001.000)" Standard ROM
  174. *?FontQuery: "
  175. save
  176.  /str 100 string dup 0 (fonts/) putinterval def
  177.  {
  178.    count 1 gt
  179.    {
  180.      exch dup str 6 94 getinterval cvs
  181.      (/) print print (:) print
  182.      FontDirectory exch known
  183.      {(Yes)}{(No)} ifelse =
  184.    }
  185.    {exit} ifelse
  186.  }bind loop
  187.  (*) = flush
  188. restore
  189. "
  190. *End
  191.  
  192. *?FontList: "
  193. save
  194.   FontDirectory { pop == } bind flush forall (*) = flush
  195. restore
  196. "
  197. *End
  198.  
  199. *% Printer Messages (verbatim from printer):
  200. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  201. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  202. *Message: "\FontName\ not found, using Courier"
  203.  
  204. *% Status (format: %%[ status: <one of these> ]%% )
  205. *Status: "idle"
  206. *Status: "busy"
  207. *Status: "waiting"
  208. *Status: "printing"
  209. *Status: "PrinterError: timeout, clearing printer"
  210. *Status: "PrinterError: timeout"
  211. *Status: "PrinterError: no toner cartridge"
  212. *Status: "PrinterError: service call"
  213. *Status: "PrinterError: paper entry misfeed"
  214. *Status: "PrinterError: no paper tray"
  215. *Status: "PrinterError: out of paper"
  216. *Status: "PrinterError: cover open"
  217. *Status: "PrinterError: resetting printer"
  218. *Status: "PrinterError: manual feed timeout"
  219. *Status: "PrinterError: warming up"
  220.  
  221. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  222. *Source: "serial9"
  223. *Source: "serial25"
  224. *Source: "AppleTalk"
  225.  
  226. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  227. *PrinterError: "timeout, clearing printer"
  228. *PrinterError: "timeout"
  229. *PrinterError: "no toner cartridge"
  230. *PrinterError: "service call"
  231. *PrinterError: "paper entry misfeed"
  232. *PrinterError: "no paper tray"
  233. *PrinterError: "out of paper"
  234. *PrinterError: "cover open"
  235. *PrinterError: "resetting printer"
  236. *PrinterError: "manual feed timeout"
  237. *PrinterError: "warming up"
  238.  
  239. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  240.  
  241. *% Color Separation Information =====================
  242.  
  243. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  244.  
  245. *InkName: ProcessBlack/Process Black
  246. *InkName: CustomColor/Custom Color
  247. *InkName: ProcessCyan/Process Cyan
  248. *InkName: ProcessMagenta/Process Magenta
  249. *InkName: ProcessYellow/Process Yellow
  250.  
  251. *% For 60 lpi / 300 dpi =====================================================
  252.  
  253. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  254. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  255. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  256. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  257. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  258.  
  259. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  260. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  261. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  262. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  263. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  264.  
  265. *% For 53 lpi / 300 dpi =====================================================
  266.  
  267. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  268. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  269. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  270. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  271. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  272.  
  273. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  274. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  275. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  276. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  277. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  278.  
  279. *% This patch file inserts a delay before manualfeed to fix a bug
  280. *% in the version 23 LaserWriter.
  281. *JobPatchFile 1/ManualFeedDelay: "
  282. save 
  283. /version23-manualfeedpatch where { pop false } { true }ifelse
  284.  % we don't do an explicit 'get' since product and version MAY
  285.  % be in systemdict or statusdict - this technique gets the lookup
  286.  % without failure
  287. statusdict begin
  288.   product (LaserWriter) eq        % true if LaserWriter
  289.   version cvr 23.0 eq             % true if version 23
  290. end
  291.  
  292. and  % only install this patch if both are true
  293. and  % true only if patch is not installed and is for this printer
  294.      % save object and boolean on stack
  295. dup { exch restore }if
  296. % either true OR saveobject false
  297. dup
  298. {
  299.   /version23-manualfeedpatch true def
  300.   /oldversion23-showpage /showpage load def
  301.   /showpage       % this showpage will wait extra time if manualfeed is true
  302.   {%
  303.      statusdict /manualfeed known
  304.      {% manualfeed known in statusdict
  305.         statusdict /manualfeed get
  306.         {% if true then we loop for 5 seconds
  307.            usertime 5000 add       % target usertime
  308.            { % loop
  309.              dup usertime sub 0 lt
  310.              { exit }if
  311.            }loop
  312.            pop             % pop the usertime off the stac
  313.         }if
  314.      }if
  315.      oldversion23-showpage
  316.   }bind def
  317. }if
  318. not{ restore }if
  319. "
  320. *End
  321.  
  322. *% For "LaserWriter" version 23.0
  323. *% Produced by "GETapd.ps" version 2.0 edit 45
  324. *% Converted to meet 4.0 specification
  325. *% Last Edit Date: 27 Feb 1992
  326. *% The byte count of this file should be exactly 010306 or 010635
  327. *% depending on the filesystem it resides in.
  328. *% end of PPD file for LaserWriter
  329.